Run Action

Description

The Run Action runs an action that was defined using Javascript.

Used with the Grid and UX component

Javascript

{grid.object}.runAction('');

Action to run Properties

Action name

Specify the name of the action you want to run.

Pass in a reference to object that invokes action

(Optional) Specify if a reference to the object that invokes the action should be passed in. For example, say that the action is invoked by a button and the action opens a window as as dropdown positioned relative to the button. You would need to pass in a reference to the button in order for this action to operate correctly.

See Also